This patch adds client side support for XML-RPC over ssh. It differs from
authorroot@rhesis.austin.ibm.com <root@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:21 +0000 (10:25 +0100)
committerroot@rhesis.austin.ibm.com <root@rhesis.austin.ibm.com>
Tue, 20 Jun 2006 09:25:21 +0000 (10:25 +0100)
commit321c94c756e55158c3f5e841217d1d9a35c2a939
tree9c2ea678cf357a8bf4dc33c52cd1c6f4ca303d0b
parentbb62154f4babc7a37583febb335c9bc6a7ba40b6
This patch adds client side support for XML-RPC over ssh.  It differs from
the previous submission in that it now uses lazy evaluation to connect
to the remote server and provides more user friendly error messages if ssh
is not available.

Signed-off-by: Anthony Liguori
tools/python/xen/util/xmlrpclib2.py